KDeclarationContainer

interface KDeclarationContainer

Represents an entity which may contain declarations of any other entities, such as a class or a package.

Properties

members
Link copied to clipboard
abstract val members: Collection<KCallable<*>>

All functions and properties accessible in this container.

Inheritors

KClass
Link copied to clipboard